Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename wasi:config/runtime to wasi:config/store #100

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scothis
Copy link
Contributor

@scothis scothis commented Oct 9, 2024

The wasi:config/runtime interface was renamed upstream to wasi:config/store. The repository was also renamed from github.com/WebAssembly/wasi-runtime-config to
github.com/WebAssembly/wasi-config, cementing the shift away from "runtime".

This commit replaces the support for the runtime interface and replaces it with the functionally equivalent store interface. It also removes references to "runtime" config in the readme and CLI help.

Since the interface is still draft and support labeled as experimental, backwards compatibility is not preserved.

Refs WebAssembly/wasi-config#17 bytecodealliance/wasmtime#9404

The `wasi:config/runtime` interface was renamed upstream to
`wasi:config/store`. The repository was also renamed from
github.com/WebAssembly/wasi-runtime-config to
github.com/WebAssembly/wasi-config, cementing the shift away from
"runtime".

This commit replaces the support for the runtime interface and replaces
it with the functionally equivalent store interface. It also removes
references to "runtime" config in the readme and CLI help.

Since the interface is still draft and support labeled as experimental,
backwards compatibility is not preserved.

Signed-off-by: Scott Andrews <[email protected]>
@scothis
Copy link
Contributor Author

scothis commented Oct 9, 2024

Keeping as a draft until the wasmtime changes land in a proper release. Although since these are only dev dependencies I wouldn't object to merging earlier if it's desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant